SGPanelRemove
Sequence grabber components call your component'sSGPanelRemove
function before removing your panel from the settings dialog box.
pascal ComponentResult SGPanelRemove (SeqGrabPanelComponent s, SGChannel c, DialogPtr d, short itemOffset);
s
- Identifies the sequence grabber component's connection to your panel component.
c
- Identifies a connection to the sequence grabber channel associated with your panel component.
d
- Contains a dialog pointer identifying the settings dialog box.
itemOffset
- Specifies the offset to your panel's first item in the dialog box.
DESCRIPTION
A sequence grabber component calls yourSGPanelRemove
function just before removing your items from the settings dialog box. The sequence grabber provides you with information identifying the channel your panel is to configure, the dialog box, and the offset of your panel's items into the dialog box. You may use this opportunity to save any changes you may have made to the dialog box or to retrieve the contents of TextEdit items.If the sequence grabber opened your resource file, it will still be open when it calls this function.
SEE ALSO
Sequence grabbers call yourSGPanelInstall
function (described in the previous section) before displaying the settings dialog box to the user.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help